Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.6.22
|
The following members have been removed from the existing types:
Member | Description |
---|---|
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Rendering.Canvas) (Java) (Constructor) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Rendering.Canvas) (Java) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.Render(Leadtools.LeadRectD) (Java) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.DrawCurve(Leadtools.Annotations.Rendering.Canvas,Leadtools.LeadPointD[],Double) (Java) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.DrawClosedCurve(Leadtools.Annotations.Rendering.Canvas,Leadtools.LeadPointD[],Double,Leadtools.Annotations.Core.AnnFillRule,Leadtools.Annotations.Rendering.Paint) (Java) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.ToPaint(Leadtools.Annotations.Core.AnnBrush,Int32) (Java) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine (Objective C) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine (Objective C) (Constructor) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Rendering.CGContextRef) (Objective C) (Constructor) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Rendering.CGContextRef) (Objective C) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.Detach (Objective C) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) (Objective C) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) (Objective C) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.OnLoadPicture(Leadtools.Annotations.Core.AnnLoadPictureEventArgs) (Objective C) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.DrawPicture(Leadtools.Annotations.Core.AnnPicture,Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnObject) (Objective C) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.setContext(Leadtools.Annotations.Rendering.CGContextRef,Leadtools.Annotations.Core.AnnStroke) (Objective C) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.setContext(Leadtools.Annotations.Rendering.CGContextRef,Leadtools.Annotations.Core.AnnBrush) (Objective C) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.ToFont(Leadtools.Annotations.Core.AnnFont) (Objective C) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.Context (Objective C) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Rendering.Canvas) (Constructor) | Removed in v19 |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Rendering.Canvas) | Removed in v19 |
Leadtools.Annotations.Rendering.Canvas | Removed in v19 |
Leadtools.Annotations.Rendering.Paint | Removed in v19 |
Leadtools.Annotations.Rendering.CGContextRef | Removed in v19 |
Leadtools.Annotations.Rendering.LTFont | Removed in v19 |
The following members have been added to the existing types:
Member | Description |
---|---|
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine(Leadtools.Annotations.Core.AnnContainer,Canvas) (Java) (Constructor) | Initializes a new AnnAndroidRenderingEngine with the specified parameters. (Java) |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Canvas) (Java) | Attaches this rendering engine to an annotation container and a context (Canvas). |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Object) (Java) | Attaches a container and a context to this drawing engine. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.Render(Leadtools.LeadRectD,Boolean) (Java) | Renders the container to the specified destination rectangle. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.DrawCurve(Canvas,Leadtools.LeadPointD[],Double) (Java) | Draws a curve into Android canvas. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.DrawClosedCurve(Canvas,Leadtools.LeadPointD[],Double,Leadtools.Annotations.Core.AnnFillRule,Paint) (Java) | Draws a closed curve into Android canvas. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.ToPaint(Leadtools.Annotations.Core.AnnBrush,Double) (Java) | Converts an AnnBrush to an android.graphics.Paint object with an opacity value. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.ToPaint(Leadtools.Annotations.Core.AnnBrush,Double,Leadtools.LeadRectD) (Java) | Helper method to convert AnnBrush to an android.graphics.Paint object with opacity and bounding rectangle values. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.ToPaint(Leadtools.Annotations.Core.AnnBrush,Int32,Double,Leadtools.LeadRectD) (Java) | Helper method to convert AnnBrush to an android.graphics.Paint object with alpha, opacity and bounding rectangle values. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.ToPaint(Leadtools.Annotations.Core.AnnStroke,Double) (Java) | Converts an AnnStroke object to an android.graphics.Paint object using an opacity. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.RenderOnImage(Leadtools.Annotations.Core.AnnContainer,Leadtools.RasterImage) (Java) | Renders the container into the specified image. |
Leadtools.Annotations.Rendering.AnnJavaRenderingEngine (Java) | Represents the annotation rendering engine implementation for the Java. |
Leadtools.Annotations.Rendering.AnnJavaRenderingEngine (Java) (Constructor) | Initializes a new AnnJavaRenderingEngine. (Java) |
Leadtools.Annotations.Rendering.AnnJavaRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Object) (Java) | Attaches a container and a context to this drawing engine. |
Leadtools.Annotations.Rendering.AnnJavaRenderingEngine.Detach (Java) | Detaches this this rendering engine from the container. (Java) |
Leadtools.Annotations.Rendering.AnnJavaRenderingEngine.Render(Leadtools.LeadRectD,Boolean) (Java) | Renders the container to the specified destination rectangle. |
Leadtools.Annotations.Rendering.AnnJavaRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) (Java) | Measures the specified string when drawn using the specified font. |
Leadtools.Annotations.Rendering.AnnJavaRenderingEngine.GetTextSize(String,Leadtools.Annotations.Core.AnnFont,Leadtools.LeadSizeD) (Java) | Returns the size of a text with a AnnFont and clipping size. |
Leadtools.Annotations.Rendering.AnnJavaRenderingEngine.OnLoadPicture(Leadtools.Annotations.Core.AnnLoadPictureEventArgs) (Java) | Overrides AnnRenderingEngine.onLoadPicture |
Leadtools.Annotations.Rendering.AnnJavaRenderingEngine.DrawPicture(Leadtools.Annotations.Core.AnnPicture,Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnObject) (Java) | Draws an AnnPicture using the properties of this rendering engine. |
Leadtools.Annotations.Rendering.AnnJavaRenderingEngine.RenderOnImage(Leadtools.Annotations.Core.AnnContainer,Leadtools.RasterImage) (Java) | Renders the container into the specified image. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine (Objective C) | Represents the annotation rendering engine implementation for IOS and OS X platforms. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine (Objective C) (Constructor) | Initializes a new AnnUniversalRenderingEngine with the specified parameters. (Objective C) |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine(Leadtools.Annotations.Core.AnnContainer,CGContextRef) (Objective C) (Constructor) | Initializes a new AnnUniversalRenderingEngine with the specified parameters. (Objective C) |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,CGContextRef) (Objective C) | Attaches this rendering engine to an annotation container and a context (CGContextRef). |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.Detach (Objective C) | Detaches this drawing engine from the container. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) (Objective C) | Measures the specified string when drawn with the specified font. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) (Objective C) | |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.OnLoadPicture(Leadtools.Annotations.Core.AnnLoadPictureEventArgs) (Objective C) | Overrides AnnRenderingEngine.onLoadPicture |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.DrawPicture(Leadtools.Annotations.Core.AnnPicture,Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnObject) (Objective C) | Draws an AnnPicture using the properties of this rendering engine. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.setContext(CGContextRef,Leadtools.Annotations.Core.AnnStroke) (Objective C) | Sets an AnnStroke in a CGContextRef context. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.setContext(CGContextRef,Leadtools.Annotations.Core.AnnBrush) (Objective C) | Sets an AnnBrush in a CGContextRef context. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.ToFont(Leadtools.Annotations.Core.AnnFont) (Objective C) | Converts an AnnFont to a LTFont (UIFont/NSFont). |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.RenderOnImage(Leadtools.Annotations.Core.AnnContainer,Leadtools.RasterImage) (Objective C) | Renders the container into the specified image. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.Context (Objective C) | Gets or sets the destination context to use when rendering the annotation objects. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine(Leadtools.Annotations.Core.AnnContainer,Canvas) (Constructor) | Initializes a new AnnWinRTRenderingEngine with the specified parameters. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.RenderOnImage(Leadtools.Annotations.Core.AnnContainer,Leadtools.RasterImage) | Renders the container into the specified image. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush,Int32) | Converts the specified AnnBrush to a ImageBrush with alpha value. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush) | Converts the specified AnnBrush to a ImageBrush. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush,Double) | Converts the specified AnnBrush to a ImageBrush using an opacity. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush,Int32,Double) | Converts the specified AnnBrush to a ImageBrush using an alpha and opacity. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToStrokeDashArray(Double[]) | Converts the double[] to a DoubleCollection. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToFillRule(Leadtools.Annotations.Core.AnnFillRule) | Converts the specified AnnFillRule to a FillRule. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToFontStretch(Leadtools.Annotations.Core.AnnFontStretch) | Converts the specified AnnFontStretch to a FontStretch. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToFontStyle(Leadtools.Annotations.Core.AnnFontStyle) | Converts the specified AnnFontStyle to a FontStyle. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToFontWeight(Leadtools.Annotations.Core.AnnFontWeight) | Converts the specified AnnFontWeight to a FontWeight. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToTextDecorations(Leadtools.Annotations.Core.AnnTextDecorations) | Converts the specified AnnTextDecorations into a TextDecorationCollection. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToPenLineCap(Leadtools.Annotations.Core.AnnStrokeLineCap) | Converts the specified AnnStrokeLineCap into a PenLineCap. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToPenLineJoin(Leadtools.Annotations.Core.AnnStrokeLineJoin) | Converts the specified AnnStrokeLineJoin into a PenLineJoin. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Canvas) | Attaches this rendering engine to an annotation container and a context (Canvas). |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Object) | Attaches this rendering engine to an annotation container and a context (Canvas). |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.AttachContainer(Leadtools.Annotations.Core.AnnContainer) | Attaches this rendering engine to an annotation container and a context (Canvas). |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.Detach (WinRT) | Detaches this drawing engine from the container. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.Burn | Burns the annotation objects in AnnContainer to the destination context using the existing destination rectangle and resolution (DPI). |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.RenderLayer(Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnLayer,Leadtools.Annotations.Core.AnnContainer,Boolean) | Renders an individual layer using the specified clip rectangle. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.RenderLayers(Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnLayerCollection,Leadtools.Annotations.Core.AnnContainer,Boolean) | Renders annotation layers using the specified clip rectangle. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.RenderContainer(Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnContainer,Boolean) | Renders a container using the specified clip rectangle. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.SetContainersList(Leadtools.Annotations.Core.AnnContainerCollection) | Sets the AnnContainerCollection for this rendering engine. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.UpdateShapeStroke(Windows.Shapes.Shape,Leadtools.Annotations.Core.AnnStroke,Double) | Sets the stroke of Windows.UI.Xaml.Shapes using an opacity. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Object) | Attaches a container and a context to this drawing engine. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.ToPen(Leadtools.Annotations.Core.AnnStroke,Double) | Helper method to convert AnnStroke to System.Drawing.Pen using an opacity. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush,Int32,Double,Leadtools.LeadRectD) | Helper method to convert AnnBrush to System.Drawing.Brush with alpha, opacity and bounding rectangle values. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush,Double,Leadtools.LeadRectD) | Helper method to convert AnnBrush to System.Drawing.Brush with opacity and bounding rectangle values. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.ToSolidBrush(Leadtools.Annotations.Core.AnnSolidColorBrush,Double) | Helper method to convert AnnSolidColorBrush to System.Drawing.Brush with opacity value. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.ToLinearGradientBrush(Leadtools.Annotations.Core.AnnLinearGradientBrush,Double,Leadtools.LeadRectD) | Helper method to convert AnnLinearGradientBrush to System.Drawing.Brush with opacity and bounding rectangle values. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush,Int32,Double) | Helper method to convert AnnBrush to System.Drawing.Brush using either an alpha or opacity value. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush,Double) | Helper method to convert AnnBrush to System.Drawing.Brush. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.GetTextSize(String,Leadtools.Annotations.Core.AnnFont,Leadtools.LeadSizeD) | Returns the size of a text with a AnnFont and clipping size. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.RenderOnImage(Leadtools.Annotations.Core.AnnContainer,Leadtools.RasterImage) | Renders the container into the specified image. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.RenderGrid(Boolean,Leadtools.Annotations.Core.AnnContainer) | Renders overlaying grid into specified container. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.OnLoadPicture(Leadtools.Annotations.Core.AnnLoadPictureEventArgs) | Overrides OnLoadPicture. |
Leadtools.Annotations.Rendering.AnnObjectRenderer.EndClipPath | Removes the current clipping path from the context. |
Leadtools.Annotations.Rendering.AnnObjectRenderer.RenderSelection(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders the selected part of this object if it supports a selection stroke. |
Leadtools.Annotations.Rendering.AnnObjectRenderer.RenderAlignmentTarget(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders highlight rectangle above the bounds of alignment target object when EnableObjectsAlignment is turned on and the object is target alignment. |
Leadtools.Annotations.Rendering.AnnObjectRenderer.RenderContent(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject,Leadtools.Annotations.Core.AnnFixedStateOperations) | Renders the content of an annotation object. |
Leadtools.Annotations.Rendering.AnnPolylineObjectRenderer.UseSplineMode | Gets or sets the value indicating whether to use spline curves instead of straight lines when rendering polylines. |
Leadtools.Annotations.Rendering.AnnLabelRenderer.RotateWithParent | Gets or sets a value that indicates whether to rotate the label when annotations viewer get rotated. |
Leadtools.Annotations.Rendering.AnnTextObjectRenderer.FixedPadding | Indicate whether to use the padding value of the text object without any transformation. |
Leadtools.Annotations.Rendering.AnnProtractorObjectRenderer.DrawArc(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnProtractorObject,Double) | Draws the arc portion of the protractor object. |
Leadtools.Annotations.Rendering.AnnProtractorObjectRenderer.DrawLengthText(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnLabel,Leadtools.Annotations.Core.AnnFixedStateOperations) | Draws the length text of the protractor object. |
Leadtools.Annotations.Rendering.AnnImageObjectRenderer | Represents a renderer for the image annotation object. |
Leadtools.Annotations.Rendering.AnnImageObjectRenderer (Constructor) | Initializes a new instance of AnnImageObjectRenderer |
Leadtools.Annotations.Rendering.AnnImageObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnImageObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnStickyNoteObjectRenderer | Represents a renderer for the sticky note annotation object. |
Leadtools.Annotations.Rendering.AnnStickyNoteObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnStickyNoteObjectRenderer.RenderSelection(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Overrides RenderSelection. |
Leadtools.Annotations.Rendering.AnnStickyNoteObjectRenderer.RenderContent(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject,Leadtools.Annotations.Core.AnnFixedStateOperations) | Overrides RenderContent. |
Leadtools.Annotations.Rendering.AnnStickyNoteObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnTextRedactionObjectRenderer | Represents a renderer for the text redaction annotation object. |
Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer | Base class for all text review object renderers. |
Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer (Constructor) | Initializes a new instance of AnnTextReviewObjectRenderer |
Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Drawing.Graphics,Leadtools.LeadRectD) | Renders the shape of a AnnTextReviewObject object. |
Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer.RenderSelection(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Overrides RenderSelection. |
Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer.RenderContent(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject,Leadtools.Annotations.Core.AnnFixedStateOperations) | Overrides RenderContent. |
Leadtools.Annotations.Rendering.AnnTextReviewObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnTextRedactionObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Overrides Render |
Leadtools.Annotations.Rendering.AnnTextRedactionObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Drawing.Graphics,Leadtools.LeadRectD) | Overrides RenderShape |
Leadtools.Annotations.Rendering.AnnTextRedactionObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnTextHiliteObjectRenderer | Represents a renderer for the text hilite annotation object. |
Leadtools.Annotations.Rendering.AnnTextHiliteObjectRenderer (Constructor) | Initializes a new instance of AnnTextHiliteObjectRenderer |
Leadtools.Annotations.Rendering.AnnTextHiliteObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Overrides Render |
Leadtools.Annotations.Rendering.AnnTextHiliteObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Drawing.Graphics,Leadtools.LeadRectD) | Overrides RenderShape |
Leadtools.Annotations.Rendering.AnnTextHiliteObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnTextStrikeoutObjectRenderer | Represents a renderer for the text strikeout annotation object. |
Leadtools.Annotations.Rendering.AnnTextStrikeoutObjectRenderer (Constructor) | Initializes a new instance of AnnTextStrikeoutObjectRenderer |
Leadtools.Annotations.Rendering.AnnTextStrikeoutObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnTextStrikeoutObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Drawing.Graphics,Leadtools.LeadRectD) | Overrides RenderShape |
Leadtools.Annotations.Rendering.AnnTextStrikeoutObjectRenderer.Thickness | Gets or sets the line thickness of each line as a percentage of the total rectangle height. |
Leadtools.Annotations.Rendering.AnnTextStrikeoutObjectRenderer.Position | Gets or sets the position the line centered vertically as a percentage value of the total rectangle height. |
Leadtools.Annotations.Rendering.AnnTextStrikeoutObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnTextUnderlineObjectRenderer | Represents a renderer for the text underline annotation object. |
Leadtools.Annotations.Rendering.AnnTextUnderlineObjectRenderer (Constructor) | Initializes a new instance of AnnTextUnderlineObjectRenderer |
Leadtools.Annotations.Rendering.AnnTextUnderlineObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Overrides Render |
Leadtools.Annotations.Rendering.AnnTextUnderlineObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Drawing.Graphics,Leadtools.LeadRectD) | Overrides RenderShape |
Leadtools.Annotations.Rendering.AnnTextUnderlineObjectRenderer.Thickness | Gets or sets the line thickness of each line as a percentage of the total rectangle height. |
Leadtools.Annotations.Rendering.AnnTextUnderlineObjectRenderer.Position | Gets or sets the position the line centered vertically as a percentage value of the total rectangle height. |
Leadtools.Annotations.Rendering.AnnTextUnderlineObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnD2DCrossProductObjectRenderer | Represents a renderer for the cross product annotation objects. |
Leadtools.Annotations.Rendering.AnnD2DPolyRulerObjectRenderer | Represents a renderer for the poly ruler annotation objects. |
Leadtools.Annotations.Rendering.AnnD2DPolylineObjectRenderer | Represents a renderer for the polyline line annotation objects. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer | Base class for all object renderers. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.BeginClipPath | Sets the current path in the context as a clipping path. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.EndClipPath(Object) | Removes the current clipping path from the context. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.Initialize(Leadtools.Annotations.Core.AnnRenderingEngine) | Initializes this object renderer with the specified rendering engine. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.GetRenderPoints(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Gets the points that must be rendered for this object. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.RenderThumbs(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.LeadPointD[],Leadtools.Annotations.Core.AnnFixedStateOperations) | Renders the thumbs of an object. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.RenderRotatePointThumbs(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.LeadPointD,Leadtools.LeadPointD,Leadtools.Annotations.Core.AnnFixedStateOperations) | Renders the rotation points thumbs of an object. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.RenderLocked(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject,Leadtools.Annotations.Core.AnnFixedStateOperations) | Renders the lock portion of the object. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.AddObject(Leadtools.Annotations.Core.AnnObject) | Called by the state annotation rendering engine to add the element for this object. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) | Called by the state annotation rendering engine to remove the element for this object. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.RenderSelection(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders the selected part of this object if it supports a selection stroke. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.RenderContent(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject,Leadtools.Annotations.Core.AnnFixedStateOperations) | Renders the content of an annotation object. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.ClipPath | Gets or sets a value that indicates whether a clipping path has been set. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.LocationsThumbStyle | Gets or sets the style used to render the thumbs of this object type. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.RotateCenterThumbStyle | Gets or sets the style used to render the rotate center thumb of this object type. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.RotateGripperThumbStyle | Gets or sets the style used to render the rotate gripper thumb of this object type. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.RenderingEngine | Gets the rendering engine associated with this object renderer. |
Leadtools.Annotations.Rendering.AnnD2DObjectRenderer.LabelRenderer | Gets or sets the object used to render the labels of this object type. |
Leadtools.Annotations.Rendering.AnnD2DPolylineObjectRenderer (Constructor) | Initializes a new instance of AnnD2DPolylineObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DPolylineObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DPolylineObjectRenderer.UseSplineMode | Gets or sets the value indicating whether to use spline curves instead of straight lines when rendering polylines. |
Leadtools.Annotations.Rendering.AnnD2DPolyRulerObjectRenderer (Constructor) | Initializes a new instance of AnnD2DPolyRulerObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DPolyRulerObjectRenderer.DrawTickMarks(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.LeadPointD,Leadtools.LeadPointD,Leadtools.LeadLengthD,Leadtools.Annotations.Core.AnnUnit,Leadtools.Annotations.Core.AnnStroke,Leadtools.Annotations.Core.AnnFixedStateOperations) | Draws the tick marks portion of the ruler. |
Leadtools.Annotations.Rendering.AnnD2DPolyRulerObjectRenderer.DrawGauge(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.LeadPointD,Leadtools.LeadPointD,Leadtools.LeadLengthD,Leadtools.Annotations.Core.AnnStroke,Leadtools.Annotations.Core.AnnFixedStateOperations) | Draws the gauge portion of the ruler. |
Leadtools.Annotations.Rendering.AnnD2DPolyRulerObjectRenderer.DrawLengthText(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnLabel,Leadtools.Annotations.Core.AnnFixedStateOperations) | Draws the length text of the ruler object. |
Leadtools.Annotations.Rendering.AnnD2DPolyRulerObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DCrossProductObjectRenderer (Constructor) | Initializes a new instance of AnnD2DCrossProductObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DCrossProductObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DCurveObjectRenderer | Represents a renderer for the curve annotation objects. |
Leadtools.Annotations.Rendering.AnnD2DCurveObjectRenderer (Constructor) | Initializes a new instance of AnnD2DCurveObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DCurveObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DEllipseObjectRenderer | Represents a renderer for the ellipse annotation objects. |
Leadtools.Annotations.Rendering.AnnD2DEllipseObjectRenderer (Constructor) | Initializes a new instance of AnnD2DEllipseObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DEllipseObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DEncryptObjectRenderer | Represents a renderer for the cross product annotation objects. |
Leadtools.Annotations.Rendering.AnnD2DRectangleObjectRenderer | Represents a renderer for rectangular annotation objects. |
Leadtools.Annotations.Rendering.AnnD2DRectangleObjectRenderer (Constructor) | Initializes a new instance of AnnD2DRectangleObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DRectangleObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DEncryptObjectRenderer (Constructor) | Initializes a new instance of AnnD2DEncryptObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DEncryptObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DFreehandHotspotObjectRenderer | Represents a renderer for the free hand hotspot annotation objects. |
Leadtools.Annotations.Rendering.AnnD2DFreehandHotspotObjectRenderer (Constructor) | Initializes a new instance of AnnD2DFreehandHotspotObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DFreehandHotspotObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DHiliteObjectRenderer | Represents a renderer for the hilite annotation objects. |
Leadtools.Annotations.Rendering.AnnD2DHiliteObjectRenderer (Constructor) | Initializes a new instance of AnnD2DHiliteObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DHiliteObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DHotspotObjectRenderer | Represents a renderer for hotspot annotation objects. |
Leadtools.Annotations.Rendering.AnnD2DHotspotObjectRenderer (Constructor) | Initializes a new instance of AnnD2DHotspotObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DHotspotObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DHotspotObjectRenderer.ShowAtRunMode | Gets a value that indicate whether to render this object if the container is in run mode. |
Leadtools.Annotations.Rendering.AnnD2DImageObjectRenderer | Represents a renderer for the image annotation object. |
Leadtools.Annotations.Rendering.AnnD2DImageObjectRenderer (Constructor) | Initializes a new instance of AnnD2DImageObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DImageObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DLabelRenderer | Represents a renderer for text labels in this platform. |
Leadtools.Annotations.Rendering.AnnD2DLabelRenderer (Constructor) | Initializes a new instance of AnnD2DLabelRenderer |
Leadtools.Annotations.Rendering.AnnD2DLabelRenderer.Initialize(Leadtools.Annotations.Core.AnnRenderingEngine) | Initializes the label renderer with the specified rendering engine. |
Leadtools.Annotations.Rendering.AnnD2DLabelRenderer.RenderLabel(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnLabel,Leadtools.Annotations.Core.AnnFixedStateOperations) | Renders the specified label. |
Leadtools.Annotations.Rendering.AnnD2DLabelRenderer.GetBounds(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnLabel,Leadtools.Annotations.Core.AnnFixedStateOperations) | Gets the bound of the label. |
Leadtools.Annotations.Rendering.AnnD2DLabelRenderer.Leadtools#Annotations#Core#IAnnLabelRenderer#RenderLabel(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnLabel,Leadtools.Annotations.Core.AnnFixedStateOperations) | Renders the specified label. |
Leadtools.Annotations.Rendering.AnnD2DLabelRenderer.RenderingEngine | Gets the rendering engine associated with this label renderer. |
Leadtools.Annotations.Rendering.AnnD2DLabelRenderer.OffsetHeight | Gets or sets a value that indicates whether to offset the label by its height during rendering. |
Leadtools.Annotations.Rendering.AnnD2DLabelRenderer.Leadtools#Annotations#Core#IAnnLabelRenderer#RenderingEngine | Gets the rendering engine associated with this label renderer. |
Leadtools.Annotations.Rendering.AnnD2DMediaObjectRenderer | Represents a renderer for the cross product annotation objects. |
Leadtools.Annotations.Rendering.AnnD2DMediaObjectRenderer (Constructor) | Initializes a new instance of AnnD2DMediaObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DMediaObjectRenderer.ShowAtRunMode | Gets a value that indicate whether to render this object if the container is in run mode. |
Leadtools.Annotations.Rendering.AnnD2DNoteObjectRenderer | Represents a renderer for the note annotation object. |
Leadtools.Annotations.Rendering.AnnD2DTextObjectRenderer | Represents a renderer for the text annotation object. |
Leadtools.Annotations.Rendering.AnnD2DTextObjectRenderer (Constructor) | Initializes a new instance of AnnD2DTextObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DTextObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DTextObjectRenderer.GetTextSize(String,Leadtools.Annotations.Core.AnnFont,Leadtools.LeadSizeD,Boolean) | Measure the text size and return the result. |
Leadtools.Annotations.Rendering.AnnD2DTextObjectRenderer.FlipReverseText | Gets or sets a value that indicate whether the text inside the object is rendered flip or reversed when the object is orientation is changed. |
Leadtools.Annotations.Rendering.AnnD2DNoteObjectRenderer (Constructor) | Initializes a new instance of AnnD2DNoteObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DNoteObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DPointerObjectRenderer | Represents a renderer for the pointer annotation object. |
Leadtools.Annotations.Rendering.AnnD2DPointerObjectRenderer (Constructor) | Initializes a new instance of AnnD2DPointerObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DPointerObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DPointObjectRenderer | Represents a renderer for the point annotation object. |
Leadtools.Annotations.Rendering.AnnD2DPointObjectRenderer (Constructor) | Initializes a new instance of AnnD2DPointObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DPointObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DProtractorObjectRenderer | Represents a renderer for the protractor annotation objects. |
Leadtools.Annotations.Rendering.AnnD2DProtractorObjectRenderer (Constructor) | Initializes a new instance of AnnD2DProtractorObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DProtractorObjectRenderer.GetAngleText(Double,Double,Leadtools.Annotations.Core.AnnAngularUnit,Collections.Generic.Dictionary<Leadtools.Annotations.Core.AnnAngularUnit,String>) | Gets the text to use for the given angle. |
Leadtools.Annotations.Rendering.AnnD2DProtractorObjectRenderer.DrawArc(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.LeadPointD,Double,Double,Leadtools.LeadLengthD,Leadtools.Annotations.Core.AnnStroke,Leadtools.Annotations.Core.AnnFixedStateOperations) | Draws the arc portion of the protractor object. |
Leadtools.Annotations.Rendering.AnnD2DProtractorObjectRenderer.DrawArc(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.LeadPointD[],Leadtools.LeadLengthD,Boolean,Double,Leadtools.Annotations.Core.AnnStroke,Leadtools.Annotations.Core.AnnFixedStateOperations) | Draws the arc portion of the protractor object. |
Leadtools.Annotations.Rendering.AnnD2DProtractorObjectRenderer.DrawAngleText(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnLabel,Leadtools.Annotations.Core.AnnFixedStateOperations) | Draws the angle text of the protractor object. |
Leadtools.Annotations.Rendering.AnnD2DProtractorObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DRubberStampObjectRenderer | Represents a renderer for the rubber stamp annotation object. |
Leadtools.Annotations.Rendering.AnnD2DRubberStampObjectRenderer (Constructor) | Initializes a new instance of AnnD2DRubberStampObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DRubberStampObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DStampObjectRenderer | Represents a renderer for the stamp annotation object. |
Leadtools.Annotations.Rendering.AnnD2DStampObjectRenderer (Constructor) | Initializes a new instance of AnnD2DStampObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DStampObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DStickyNoteObjectRenderer | Represents a renderer for the sticky note annotation object. |
Leadtools.Annotations.Rendering.AnnD2DStickyNoteObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DStickyNoteObjectRenderer.RenderSelection(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Overrides RenderSelection. |
Leadtools.Annotations.Rendering.AnnD2DStickyNoteObjectRenderer.RenderContent(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject,Leadtools.Annotations.Core.AnnFixedStateOperations) | Overrides RenderContent. |
Leadtools.Annotations.Rendering.AnnD2DTextHiliteObjectRenderer | Represents a renderer for the text hilite annotation object. |
Leadtools.Annotations.Rendering.AnnD2DTextReviewObjectRenderer | Base class for all text review object renderers. |
Leadtools.Annotations.Rendering.AnnD2DTextReviewObjectRenderer (Constructor) | Initializes a new instance of AnnD2DTextReviewObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DTextReviewObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DTextReviewObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Drawing.Graphics,Leadtools.LeadRectD) | Renders the shape of a AnnTextReviewObject object. |
Leadtools.Annotations.Rendering.AnnD2DTextReviewObjectRenderer.RenderSelection(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Overrides RenderSelection. |
Leadtools.Annotations.Rendering.AnnD2DTextReviewObjectRenderer.RenderContent(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject,Leadtools.Annotations.Core.AnnFixedStateOperations) | Overrides RenderContent. |
Leadtools.Annotations.Rendering.AnnD2DTextHiliteObjectRenderer (Constructor) | Initializes a new instance of AnnD2DTextHiliteObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DTextHiliteObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,D2DSurface,Leadtools.LeadRectD) | Overrides RenderShape |
Leadtools.Annotations.Rendering.AnnD2DTextPointerObjectRenderer | Represents a renderer for the text pointer annotation object. |
Leadtools.Annotations.Rendering.AnnD2DTextPointerObjectRenderer (Constructor) | Initializes a new instance of AnnD2DTextPointerObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DTextPointerObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnD2DTextRedactionObjectRenderer | Represents a renderer for the text redaction annotation object. |
Leadtools.Annotations.Rendering.AnnD2DTextRedactionObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Drawing.Graphics,Leadtools.LeadRectD) | Overrides RenderShape |
Leadtools.Annotations.Rendering.AnnD2DTextRollupObjectRenderer | Represents a renderer for the text rollup annotation object. |
Leadtools.Annotations.Rendering.AnnD2DTextRollupObjectRenderer (Constructor) | Initializes a new instance of AnnD2DTextRollupObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DTextRollupObjectRenderer.GetRenderPoints(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Gets the points that must be rendered for this object. |
Leadtools.Annotations.Rendering.AnnD2DTextStrikeoutObjectRenderer | Represents a renderer for the text strikeout annotation object. |
Leadtools.Annotations.Rendering.AnnD2DTextStrikeoutObjectRenderer (Constructor) | Initializes a new instance of AnnD2DTextStrikeoutObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DTextStrikeoutObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Drawing.Graphics,Leadtools.LeadRectD) | Overrides RenderShape |
Leadtools.Annotations.Rendering.AnnD2DTextStrikeoutObjectRenderer.Thickness | Gets or sets the line thickness of each line as a percentage of the total rectangle height. |
Leadtools.Annotations.Rendering.AnnD2DTextStrikeoutObjectRenderer.Position | Gets or sets the position the line centered vertically as a percentage value of the total rectangle height. |
Leadtools.Annotations.Rendering.AnnD2DTextUnderlineObjectRenderer | Represents a renderer for the text underline annotation object. |
Leadtools.Annotations.Rendering.AnnD2DTextUnderlineObjectRenderer (Constructor) | Initializes a new instance of AnnD2DTextUnderlineObjectRenderer |
Leadtools.Annotations.Rendering.AnnD2DTextUnderlineObjectRenderer.RenderShape(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnTextReviewObject,Drawing.Graphics,Leadtools.LeadRectD) | Overrides RenderShape |
Leadtools.Annotations.Rendering.AnnD2DTextUnderlineObjectRenderer.Thickness | Gets or sets the line thickness of each line as a percentage of the total rectangle height. |
Leadtools.Annotations.Rendering.AnnD2DTextUnderlineObjectRenderer.Position | Gets or sets the position the line centered vertically as a percentage value of the total rectangle height. |
Leadtools.Annotations.Rendering.AnnD2DThumbStyle | Base class for all thumb styles. |
Leadtools.Annotations.Rendering.AnnD2DThumbStyle (Constructor) | Initializes a new AnnD2DThumbStyle |
Leadtools.Annotations.Rendering.AnnD2DThumbStyle.Clone | Creates an exact copy of this AnnD2DThumbStyle. |
Leadtools.Annotations.Rendering.AnnD2DThumbStyle.RenderHitTest(Leadtools.LeadPointD,Leadtools.LeadPointD,Double,Leadtools.Annotations.Core.AnnContainerMapper) | Queries the specified location to determine if a test point is over the thumb using the specified mapper. |
Leadtools.Annotations.Rendering.AnnD2DThumbStyle.HitTest(Leadtools.LeadPointD,Leadtools.LeadPointD,Double) | Queries the specified location to determine if a test point is over the thumb. |
Leadtools.Annotations.Rendering.AnnD2DThumbStyle.Render(Leadtools.Annotations.Core.IAnnObjectRenderer,Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.LeadPointD,Leadtools.Annotations.Core.AnnFixedStateOperations) | Renders this thumb at the specified center location. |
Leadtools.Annotations.Rendering.AnnD2DThumbStyle.Create | Creates a new object of this class. |
Leadtools.Annotations.Rendering.AnnD2DThumbStyle.AddPath(Drawing.Drawing2D.GraphicsPath,Leadtools.LeadRectD) | Draw the thumb shape. |
Leadtools.Annotations.Rendering.AnnD2DThumbStyle.Size | Gets or sets the size of this thumb, in container units. |
Leadtools.Annotations.Rendering.AnnD2DThumbStyle.Fill | Gets or sets the style to use for filling the thumb. |
Leadtools.Annotations.Rendering.AnnD2DThumbStyle.Stroke | Gets or sets the style of stroke to use for drawing the thumb. |
Leadtools.Annotations.Rendering.AnnD2DThumbStyle.IsVisible | Gets or sets a value that indicates if this thumb in visible. |
Leadtools.Annotations.Rendering.AnnD2DThumbStyle.Renderer | Gets or sets the renderer for the parent object. |
Leadtools.Annotations.Rendering.AnnD2DRectangleThumbStyle | Rectangle thumb style. |
Leadtools.Annotations.Rendering.AnnD2DRectangleThumbStyle (Constructor) | Initializes a new instance of AnnD2DRectangleThumbStyle |
Leadtools.Annotations.Rendering.AnnD2DRectangleThumbStyle.Create | Returns a new instance of this class. |
Leadtools.Annotations.Rendering.AnnD2DRectangleThumbStyle.AddPath(Drawing.Drawing2D.GraphicsPath,Leadtools.LeadRectD) | Draws the thumb shape. |
Leadtools.Annotations.Rendering.AnnD2DEllipseThumbStyle | Provides an Ellipse thumb style. |
Leadtools.Annotations.Rendering.AnnD2DEllipseThumbStyle (Constructor) | Initializes a new instance of AnnD2DEllipseThumbStyle |
Leadtools.Annotations.Rendering.AnnD2DEllipseThumbStyle.Create | Returns a new instance of this class. |
Leadtools.Annotations.Rendering.AnnD2DEllipseThumbStyle.AddPath(Drawing.Drawing2D.GraphicsPath,Leadtools.LeadRectD) | Draws the thumb shape. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine | Represents the annotation rendering engine implementation for the Wpf platform. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine (Constructor) | Initializes a new AnnD2DRenderingEngine. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Object) | Attaches a container and a context to this drawing engine. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.AttachContainers(Leadtools.Annotations.Core.AnnContainerCollection,D2DSurface) | Attaches this rendering engine to list of annotation containers and a drawing context (D2DSurface). |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.Detach | Detaches this drawing engine from the container. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.DetachContainers | Detaches this drawing engine from the containers list. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) | Measures the specified string when drawn with the specified font. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ClearSurface(D2DSurface,Leadtools.Annotations.Rendering.SolidColorBrush) | Clears the d2d drawing context with selected solid brush |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.DrawPicture(Leadtools.Annotations.Core.AnnPicture,Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnObject,D2DSurface) | Helper method to draw an AnnPicture using the properties of this rendering engine. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToD2DPen(Leadtools.Annotations.Core.AnnStroke) | Helper method to convert AnnStroke to Leadtools.Windows.D2DRendering.D2DPen. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToD2DPen(Leadtools.Annotations.Core.AnnStroke,Double) | Helper method to convert AnnStroke to Leadtools.Windows.D2DRendering.D2DPen using an opacity. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush,Int32) | Helper method to convert AnnBrush to System.Windows.Media.Brush with alpha value. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush) | Helper method to convert AnnBrush to System.Windows.Media.Brush. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush,Int32,Double,Leadtools.LeadRectD) | Helper method to convert AnnBrush to System.Windows.Media.Brush with alpha, opacity and bounding rectangle values. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush,Double,Leadtools.LeadRectD) | Helper method to convert AnnBrush to System.Windows.Media.Brush with opacity and bounding rectangle values. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToSolidBrush(Leadtools.Annotations.Core.AnnSolidColorBrush,Double) | Helper method to convert AnnSolidColorBrush to System.Windows.Media.Brush with opacity value. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush,Int32,Double) | Helper method to convert AnnBrush to System.Windows.Media.Brush using either an alpha or opacity value. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush,Double) | Helper method to convert AnnBrush to System.Windows.Media.Brush. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToD2DFont(Leadtools.Annotations.Core.AnnFont) | Helper method to convert AnnFont to Leadtools.Windows.D2DRendering.D2DFont. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToFillRule(Leadtools.Annotations.Core.AnnFillRule) | Helper method to convert AnnFillRule to System.Windows.Media.FillRule. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToFontStyle(Leadtools.Annotations.Core.AnnFontStyle) | Helper method to convert AnnFontStyle to System.Windows.Media.FillRule. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToFontWeight(Leadtools.Annotations.Core.AnnFontWeight) | Helper method to convert AnnFontWeight to System.Windows.Media.FontWeight. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToFontStretch(Leadtools.Annotations.Core.AnnFontStretch) | Helper method to convert AnnFontStretch to System.Windows.Media.FontStretch. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.Render(Leadtools.LeadRectD,Boolean) | Overrides AnnRenderingEngine.Render. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.RenderOnImage(Leadtools.Annotations.Core.AnnContainer,Leadtools.RasterImage) | Renders the container into the specified image. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.RenderOnCanvas(Leadtools.Annotations.Core.AnnContainer,Canvas) | Renders the container into the specified RenderTargetBitmap. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.LoadResourceToPicture(Leadtools.Annotations.Core.AnnContainer) | Loads the picture data resource for each AnnObject in the specified AnnContainer. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.LoadPictureAsync(Leadtools.Annotations.Core.AnnPicture,Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnObject,D2DSurface) | Loads the picture data resource for the specified AnnObject. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.OnLoadPicture(Leadtools.Annotations.Core.AnnLoadPictureEventArgs) | Overrides OnLoadPicture. |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.Containers | Gets the list of containers we are using when drawing multiple containers |
Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.Context | Gets the destination d2d surface object to use when rendering the annotation objects. |
The following members have been added to the existing types:
Member | Description |
---|---|
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine (Java) | Represents the annotation rendering engine implementation for the Android platform. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine (Java) (Constructor) | Initializes a new Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine. (Java) |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Rendering.Canvas) (Java) (Constructor) | Initializes a new Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine with the specified parameters. (Java) |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Rendering.Canvas) (Java) | Attaches this rendering engine to an annotation container and a context (Canvas). |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.Detach (Java) | Detaches this this Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine rendering engine from the container. (Java) |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.Render(Leadtools.LeadRectD) (Java) | Renders the container to the specified destination rectangle. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) (Java) | Measures the specified string when drawn using the specified font. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) (Java) | |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.OnLoadPicture(Leadtools.Annotations.Core.AnnLoadPictureEventArgs) (Java) | Overrides AnnRenderingEngine.onLoadPicture |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.DrawPicture(Leadtools.Annotations.Core.AnnPicture,Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnObject) (Java) | Draws an AnnPicture using the properties of this rendering engine. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.DrawCurve(Leadtools.Annotations.Rendering.Canvas,Leadtools.LeadPointD[],Double) (Java) | Draws a curve into Android canvas. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.DrawClosedCurve(Leadtools.Annotations.Rendering.Canvas,Leadtools.LeadPointD[],Double,Leadtools.Annotations.Core.AnnFillRule,Leadtools.Annotations.Rendering.Paint) (Java) | Draws a closed curve into Android canvas. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.ToPaint(Leadtools.Annotations.Core.AnnBrush) (Java) | Converts an AnnBrush to an android.graphics.Paint object. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.ToPaint(Leadtools.Annotations.Core.AnnBrush,Int32) (Java) | Converts an AnnBrush to an android.graphics.Paint object with an alpha value. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.ToPaint(Leadtools.Annotations.Core.AnnFont) (Java) | Converts an AnnFont object to an android.graphics.Paint object. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.ToPaint(Leadtools.Annotations.Core.AnnStroke) (Java) | Converts an AnnStroke object to an android.graphics.Paint object. |
Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine.Context (Java) | Gets or sets the destination canvas context object to use when rendering annotation objects. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine (Objective C) | Represents the annotation rendering engine implementation for IOS and OS X platforms. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine (Objective C) (Constructor) | Initializes a new Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine with the specified parameters. (Objective C) |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Rendering.CGContextRef) (Objective C) (Constructor) | Initializes a new Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine with the specified parameters. (Objective C) |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Rendering.CGContextRef) (Objective C) | Attaches this rendering engine to an annotation container and a context (CGContextRef). |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.Detach (Objective C) | Detaches this drawing engine from the container. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) (Objective C) | Measures the specified string when drawn with the specified font. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) (Objective C) | |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.OnLoadPicture(Leadtools.Annotations.Core.AnnLoadPictureEventArgs) (Objective C) | Overrides AnnRenderingEngine.onLoadPicture |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.DrawPicture(Leadtools.Annotations.Core.AnnPicture,Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnObject) (Objective C) | Draws an AnnPicture using the properties of this rendering engine. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.setContext(Leadtools.Annotations.Rendering.CGContextRef,Leadtools.Annotations.Core.AnnStroke) (Objective C) | Sets an AnnStroke in a CGContextRef context. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.setContext(Leadtools.Annotations.Rendering.CGContextRef,Leadtools.Annotations.Core.AnnBrush) (Objective C) | Sets an AnnBrush in a CGContextRef context. |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.ToFont(Leadtools.Annotations.Core.AnnFont) (Objective C) | Converts an AnnFont to a LTFont (UIFont/NSFont). |
Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine.Context (Objective C) | Gets or sets the destination context to use when rendering the annotation objects. |
Leadtools.Annotations.Rendering.AnnObjectVisual | Describes the visual and editing parts of an object. |
Leadtools.Annotations.Rendering.AnnObjectVisual (Constructor) | Initializes a new instance of Leadtools.Annotations.Rendering.AnnObjectVisual |
Leadtools.Annotations.Rendering.AnnObjectVisual.ContainsVisualComponents | Gets a value that indicates whether this object has any visual components. |
Leadtools.Annotations.Rendering.AnnObjectVisual.ContainsEditingComponents | Gets a value that indicates whether this object has any editing components. |
Leadtools.Annotations.Rendering.AnnObjectVisual.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnObjectVisual.EditingComponents | Gets the list of frame work elements that specify the object editing components (thumbnails, rotate handles, etc.). |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine | Represents the annotation rendering engine implementation for the Windows Runtime (WinRT) platform. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Rendering.Canvas) (Constructor) | Initializes a new Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine with the specified parameters. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Leadtools.Annotations.Rendering.Canvas) | Attaches this rendering engine to an annotation container and a context (Canvas). |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.Detach | Detaches this this drawing engine from the container. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.Render(Leadtools.LeadRectD,Boolean) | Renders the container to the specified destination rectangle. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) | Measures the specified string when drawn with the specified font. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.Erase | Gets or sets a value that indicate whether to clear the background of Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.Context before rendering. |
Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.Context | Gets or sets the destination canvas context object to use when rendering the annotation objects. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine | Represents the annotation rendering engine implementation for the Windows Forms platform. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine(Leadtools.Annotations.Core.AnnContainer,Drawing.Graphics) (Constructor) | Initializes a new Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine with the specified parameters. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine (Constructor) | Initializes a new Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.Attach(Leadtools.Annotations.Core.AnnContainer,Drawing.Graphics) | Attaches this rendering engine to an annotation container and a drawing context (Graphics). |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.Detach | Detaches this this drawing engine from the container. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.MeasureString(String,Leadtools.Annotations.Core.AnnFont) | Measures the specified string when drawn with the specified font. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.DrawPicture(Leadtools.Annotations.Core.AnnPicture,Leadtools.LeadRectD,Leadtools.Annotations.Core.AnnObject) | Helper method to draw an AnnPicture using the properties of this rendering engine. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.ToPen(Leadtools.Annotations.Core.AnnStroke) | Helper method to convert AnnStroke to System.Drawing.Pen. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush,Int32) | Helper method to convert AnnBrush to System.Drawing.Brush with alpha value. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.ToBrush(Leadtools.Annotations.Core.AnnBrush) | Helper method to convert AnnBrush to System.Drawing.Brush. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.ToFont(Leadtools.Annotations.Core.AnnFont) | Helper method to convert AnnFont to System.Drawing.Font. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.FromFont(Drawing.Font) | Helper method to convert System.Drawing.Font to AnnFont. |
Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.Context | Gets the destination graphics context object to use when rendering the annotation objects. |
Leadtools.Annotations.Rendering.AnnObjectRenderer.EndClipPath(Object) | Removes the current clipping path from the context. |
Leadtools.Annotations.Rendering.AnnObjectRenderer.AddObject(Leadtools.Annotations.Core.AnnObject) | Called by the state annotation rendering engine to add the element for this object. |
Leadtools.Annotations.Rendering.AnnObjectRenderer.RemoveObject(Leadtools.Annotations.Core.AnnObject) | Called by the state annotation rendering engine to remove the element for this object. |
Leadtools.Annotations.Rendering.AnnObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnPolylineObjectRenderer (Constructor) | Initializes a new instance of AnnPolylineObjectRenderer |
Leadtools.Annotations.Rendering.AnnPolylineObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnPolyRulerObjectRenderer (Constructor) | Initializes a new instance of AnnPolyRulerObjectRenderer |
Leadtools.Annotations.Rendering.AnnPolyRulerObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnCrossProductObjectRenderer (Constructor) | Initializes a new instance of AnnCrossProductObjectRenderer |
Leadtools.Annotations.Rendering.AnnCrossProductObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnCurveObjectRenderer (Constructor) | Initializes a new instance of AnnCurveObjectRenderer |
Leadtools.Annotations.Rendering.AnnCurveObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnEllipseObjectRenderer (Constructor) | Initializes a new instance of AnnEllipseObjectRenderer |
Leadtools.Annotations.Rendering.AnnEllipseObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnFreehandHotspotObjectRenderer (Constructor) | Initializes a new instance of AnnFreehandHotspotObjectRenderer |
Leadtools.Annotations.Rendering.AnnFreehandHotspotObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnRectangleObjectRenderer (Constructor) | Initializes a new instance of AnnRectangleObjectRenderer |
Leadtools.Annotations.Rendering.AnnRectangleObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnHiliteObjectRenderer (Constructor) | Initializes a new instance of AnnHiliteObjectRenderer |
Leadtools.Annotations.Rendering.AnnHotspotObjectRenderer (Constructor) | Initializes a new instance of AnnHotspotObjectRenderer |
Leadtools.Annotations.Rendering.AnnHotspotObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnHotspotObjectRenderer.ShowAtRunMode | Gets a value that indicate whether to render this object if the container is in run mode. |
Leadtools.Annotations.Rendering.AnnLabelRenderer (Constructor) | Initializes a new instance of AnnLabelRenderer |
Leadtools.Annotations.Rendering.AnnLabelRenderer.GetBounds(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnLabel,Leadtools.Annotations.Core.AnnFixedStateOperations) | Gets the bound of the label. |
Leadtools.Annotations.Rendering.AnnLabelRenderer.LabelVisual | Gets or sets the Windows Runtime TextBlock object to use with this label renderer. |
Leadtools.Annotations.Rendering.AnnTextObjectRenderer (Constructor) | Initializes a new instance of AnnTextObjectRenderer |
Leadtools.Annotations.Rendering.AnnTextObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnTextObjectRenderer.FlipReverseText | Gets or sets a value that indicate whether the text inside the object is rendered flip or reversed when the object is orientation is changed. |
Leadtools.Annotations.Rendering.AnnNoteObjectRenderer (Constructor) | Initializes a new instance of AnnNoteObjectRenderer |
Leadtools.Annotations.Rendering.AnnNoteObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnPointerObjectRenderer (Constructor) | Initializes a new instance of AnnPointerObjectRenderer |
Leadtools.Annotations.Rendering.AnnPointerObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnPointObjectRenderer (Constructor) | Initializes a new instance of AnnPointObjectRenderer |
Leadtools.Annotations.Rendering.AnnPointObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnProtractorObjectRenderer (Constructor) | Initializes a new instance of AnnProtractorObjectRenderer |
Leadtools.Annotations.Rendering.AnnProtractorObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnRubberStampObjectRenderer (Constructor) | Initializes a new instance of AnnRubberStampObjectRenderer |
Leadtools.Annotations.Rendering.AnnRubberStampObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnStampObjectRenderer (Constructor) | Initializes a new instance of AnnStampObjectRenderer |
Leadtools.Annotations.Rendering.AnnStampObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnTextPointerObjectRenderer (Constructor) | Initializes a new instance of AnnTextPointerObjectRenderer |
Leadtools.Annotations.Rendering.AnnTextPointerObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnTextRollupObjectRenderer (Constructor) | Initializes a new instance of AnnTextRollupObjectRenderer |
Leadtools.Annotations.Rendering.AnnThumbStyle.RenderHitTest(Leadtools.LeadPointD,Leadtools.LeadPointD,Double,Leadtools.Annotations.Core.AnnContainerMapper) | Queries the specified location to determine if a test point is over the thumb using the specified mapper. |
Leadtools.Annotations.Rendering.AnnThumbStyle.AddPath(Drawing.Drawing2D.GraphicsPath,Leadtools.LeadRectD) | Draw the thumb shape. |
Leadtools.Annotations.Rendering.AnnThumbStyle.IsVisible | Gets or sets a value that indicates if this thumb in visible. |
Leadtools.Annotations.Rendering.AnnThumbStyle.Renderer | Gets or sets the renderer for the parent object. |
Leadtools.Annotations.Rendering.AnnRectangleThumbStyle.AddPath(Drawing.Drawing2D.GraphicsPath,Leadtools.LeadRectD) | Draws the thumb shape. |
Leadtools.Annotations.Rendering.AnnEllipseThumbStyle.AddPath(Drawing.Drawing2D.GraphicsPath,Leadtools.LeadRectD) | Draws the thumb shape. |
Leadtools.Annotations.Rendering.AnnEncryptObjectRenderer | Represents a renderer for the cross product annotation objects. |
Leadtools.Annotations.Rendering.AnnEncryptObjectRenderer (Constructor) | Initializes a new instance of AnnEncryptObjectRenderer |
Leadtools.Annotations.Rendering.AnnEncryptObjectRenderer.Render(Leadtools.Annotations.Core.AnnContainerMapper,Leadtools.Annotations.Core.AnnObject) | Renders an object. |
Leadtools.Annotations.Rendering.AnnEncryptObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Leadtools.Annotations.Rendering.AnnMediaObjectRenderer | Represents a renderer for the cross product annotation objects. |
Leadtools.Annotations.Rendering.AnnMediaObjectRenderer (Constructor) | Initializes a new instance of AnnMediaObjectRenderer |
Leadtools.Annotations.Rendering.AnnMediaObjectRenderer.ShowAtRunMode | Gets a value that indicate whether to render this object if the container is in run mode. |
Leadtools.Annotations.Rendering.AnnMediaObjectRenderer.VisualComponents | Gets the list of frame work elements that specify the object visual components. |
Android, iOS / OS X, and .NET WinForms support - LEADTOOLS V18 adds Android support to its toolkits through the new LEADTOOLS Android SDK. In addition, iOS / OS X support for its toolkits has been added through the new LEADTOOLS iOS / OS X SDK; and .NET WinForms support has been added through the new LEADTOOLS .NET WinForms SDK. These toolkits provide everything a developer needs to create imaging-enabled Android, iOS / OS X, or .NET WinForms applications.
The following Libraries have been added to LEADTOOLS v18:
Packages, Frameworks or DLLs | Comments |
---|---|
leadtools.annotations.rendering.jar | Android support for rendering LEADTOOLS annotation objects. |
Leadtools.Annotations.Rendering.framework | iOS / OS X support for rendering LEADTOOLS annotation objects. |
Leadtools.Annotations.Rendering.DLL | .NET WinForms support for rendering LEADTOOLS annotation objects. |
For more information, refer to https://www.leadtools.com/corporate/new-in-v18.htm.
The following Library has been added to LEADTOOLS v17.5:
Assemblies | Metadata | Comments |
---|---|---|
Leadtools.Annotations.Rendering.DLL | N/A | The AnnObjectRenderer class is the base class for all LEADTOOLS Annotation object renderers. This class, along with the other classes from the Leadtools.Annotations.Rendering namespace, provide functionality for rendering LEADTOOLS annotation objects. |